home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000146_news@columbia.edu _Thu Jan 30 22:04:16 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id WAA15820
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 30 Jan 1997 22:04:12 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id WAA16874
  7.     for kermit.misc@watsun; Thu, 30 Jan 1997 22:04:10 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.mathworks.com!cam-news-hub1.bbnplanet.com!news.bbnplanet.com!su-news-hub1.bbnplanet.com!newsout1.alt.net!news1.alt.net!news.aros.net!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Replay question
  12. Message-ID: <1997Jan30.191945.92986@cc.usu.edu>
  13. Date: 30 Jan 97 19:19:45 MDT
  14. References: <1997Jan28.123249.10897@lafn.org>
  15. Organization: Utah State University
  16. Lines: 26
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:6496
  18.  
  19. In article <1997Jan28.123249.10897@lafn.org>, aw585@lafn.org (Dallas Legan) writes:
  20. > While automating the process in the MS-DOS Kermit 3.14
  21. > Kermit.BWR file for converting a session log file to
  22. > a flat text file that was outlined by H.D. Knoble,
  23. > using the REPLAY command, I wondered if there was any
  24. > parameter that can be added to the end of the log file,
  25. > or passed to the replay command or set anywhere to
  26. > make the replay automaticly kick back to the
  27. > MD-KERMIT> prompt at the end of the file?
  28. > (as opposed to hitting Alt-X or ^]c by hand,
  29. > with the keyboard.)
  30. > (Probably not, but perhaps there is something I missed
  31. > in looking over the doc files and "Using MS-DOS Kermit",
  32. > 2nd ed.)
  33. > TIA,
  34. > Regards,
  35. > Dallas E. Legan II
  36. > 562.862.4854X'*'
  37. > aw585@lafn.org
  38. > legan@acm.org
  39. > delii@sc.liberty.com
  40. ----------
  41.     Nope. Replay stays in Connect mode until you exit that mode
  42. manually.
  43.     Joe D.